home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / WarriorsProgress.sit / Warrior’s Progress / source code / Source / Libraries / Data / Data.cp < prev    next >
Text File  |  1997-06-28  |  106b  |  9 lines

  1. // Data.cp
  2.  
  3. #ifndef Data_h
  4. #include "Data.h"
  5. #endif
  6.  
  7. #include "ArrayOf.cp"
  8. template class ArrayOf<uint8>;
  9.